|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.doclinx.ftxml.FileTime
Class for MS FileTime type.
Constructor Summary | |
FileTime(int lo,
int hi)
Constructor. |
|
FileTime(long time)
Constructor. |
|
FileTime(java.lang.String sTime)
Constructor. |
Method Summary | |
long |
get()
Get current time in milleseconds. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileTime(long time)
time
- Time in milleseconds.public FileTime(int lo, int hi)
lo
- Lower 32 bits of time in milleseconds.hi
- Upper 32 bits of time in milleseconds.public FileTime(java.lang.String sTime)
sTime
- String representation of integer time in ms.Method Detail |
public long get()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |